##
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
##
## filter, lag
## The following objects are masked from 'package:base':
##
## intersect, setdiff, setequal, union
## ── Attaching packages ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── tidyverse 1.3.0 ──
## ✓ ggplot2 3.2.1 ✓ purrr 0.3.3
## ✓ tibble 2.1.3 ✓ stringr 1.4.0
## ✓ tidyr 1.0.2 ✓ forcats 0.4.0
## ✓ readr 1.3.1
## ── Conflicts ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── tidyverse_conflicts() ──
## x dplyr::filter() masks stats::filter()
## x dplyr::lag() masks stats::lag()
##
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
##
## last_plot
## The following object is masked from 'package:stats':
##
## filter
## The following object is masked from 'package:graphics':
##
## layout
## sale_date address county price
## 2 2010-01-01 5 braemor drive, churchtown, co.dublin dublin 343000
## 3 2010-01-03 134 ashewood walk, summerhill lane, portlaoise laois 185000
## 4 2010-01-04 1 meadow avenue, dundrum, dublin 14 dublin 438500
## 5 2010-01-04 1 the haven, mornington meath 4e+05
## 6 2010-01-04 11 melville heights, kilkenny kilkenny 160000
## 7 2010-01-04 12 sallymount avenue, ranelagh dublin 425000
## nfmp vx desc year price_adj
## 2 No No Second-Hand Dwelling house /Apartment 2010 343000
## 3 No Yes New Dwelling house /Apartment 2010 209975
## 4 No No Second-Hand Dwelling house /Apartment 2010 438500
## 5 No No Second-Hand Dwelling house /Apartment 2010 4e+05
## 6 No No Second-Hand Dwelling house /Apartment 2010 160000
## 7 No No Second-Hand Dwelling house /Apartment 2010 425000
## # A tibble: 26 x 2
## county n
## <fct> <int>
## 1 dublin 135267
## 2 cork 45650
## 3 galway 21158
## 4 kildare 20608
## 5 meath 16335
## 6 limerick 15544
## 7 wexford 14003
## 8 wicklow 12749
## 9 kerry 12085
## 10 donegal 11389
## # … with 16 more rows
## sale_date address county price
## 2 2010-01-01 5 braemor drive, churchtown, co.dublin dublin 343000
## 3 2010-01-03 134 ashewood walk, summerhill lane, portlaoise laois 185000
## 4 2010-01-04 1 meadow avenue, dundrum, dublin 14 dublin 438500
## 5 2010-01-04 1 the haven, mornington meath 400000
## 6 2010-01-04 11 melville heights, kilkenny kilkenny 160000
## 7 2010-01-04 12 sallymount avenue, ranelagh dublin 425000
## nfmp vx desc year price_adj
## 2 No No Second-Hand Dwelling house /Apartment 2010 343000
## 3 No Yes New Dwelling house /Apartment 2010 209975
## 4 No No Second-Hand Dwelling house /Apartment 2010 438500
## 5 No No Second-Hand Dwelling house /Apartment 2010 400000
## 6 No No Second-Hand Dwelling house /Apartment 2010 160000
## 7 No No Second-Hand Dwelling house /Apartment 2010 425000
## Loading required package: zoo
##
## Attaching package: 'zoo'
## The following objects are masked from 'package:base':
##
## as.Date, as.Date.numeric
##
## Attaching package: 'xts'
## The following objects are masked from 'package:dplyr':
##
## first, last
